home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 24
/
PCGamer24_23Demos.iso
/
WarZone 2100
/
data1.cab
/
Program_Executable_Files
/
script
/
fastplay
/
s-demos.vlo
< prev
next >
Wrap
Text File
|
1998-10-21
|
1KB
|
37 lines
/* Value File for Cam1-2S */
script "s-demos.slo"
run
{
/* General Values */
player int 0
/* Briefing Stuff */
MissionBrief INTMESSAGE "SB1_2_MSG"
endMsg INTMESSAGE "END"
/* Landing Zone coords for Map to follow */
LZ_X1 INT 50
LZ_Y1 INT 54
LZ_X2 INT 52
LZ_Y2 INT 56
/* Win or lose */
transporter TEMPLATE "Transporter"
NextLev LEVEL "SUBDEMO"
lostSnd SOUND "You Are Defeated.wav" //mision failed
timeLimit INT 35999 //(60 mins) //24000 // (40 minutes) number of seconds*10 for mission, -1 for unlimited
/* Set Structure Limits */
powerGen STRUCTURESTAT "A0PowerGenerator"
oilDerrick STRUCTURESTAT "A0ResourceExtractor"
research STRUCTURESTAT "A0ResearchFacility"
factory STRUCTURESTAT "A0LightFactory"
//powerModuleHack STRUCTURESTAT "PowMod1"
command STRUCTURESTAT "A0CommandCentre"
numPow INT 1 //Limit on number of Power Generator Buildings
numExt INT 200 //Limit on number of resource Extractors
numFac INT 5 //Limit on number of Factory Buildings
numRes INT 5 //1 //Limit on number of Research Facility Buildings
}